body{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	/*overflow-x: hidden;*/
	font-family: halcyon, "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
a{
	text-decoration: none;
}
/*a:hover{
	text-decoration: underline;
}*/
#leadership{
	color: white;
}
nav{
	position: fixed;
    width: 100%;
    top: 0;
    z-index: 1000;
}
.main_nav{
	width: 100%;
	height: 75px;
	display: flex;
	background-color: white;
	padding: auto 20px;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
}

.main_nav img{
	height: 60px;
	padding-right: 15px;
	padding-left: 20px;
}

.main_nav a{
	height: 60px;
	padding-right: 50px;
	align-content: center;
	text-decoration: none;
	color: rgb(0, 79, 109);
	font-size: 15px;
}

.main_nav .logo{
	display: flex;
	flex-direction: row;
	align-items: center;
}

.main_nav .logo span{
	color: #3db5ef;
	margin: auto 5px;
}
span{
	color: #3db5ef;
	margin: auto 5px;
}
#about{
	color: black;
}

.secondary_nav{
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	background-color: #0a0e4c; /*rgb(0, 79, 109);*/
	height: 45px;
	color: white;
}
.secondary_nav a{
	padding-right: 15px;
	padding-left: 15px;
	color: white;
	font-size: 15px;
}

.cover{
	display: flex;
	flex-direction: row;
	width: 100%;
	justify-content: space-between;
	margin-top: 100px;
}
.intro{
	width: 47%;
	padding: 10px 50px;
	display: flex;
	flex-direction: column;
}
.intro h1{
	color: rgb(0, 79, 109);
    font-weight: 600;
    font-size: 2.5rem;
    line-height: 1.3;
    margin-bottom: 0.8rem;
    padding-left: 50px;
}
.intro img{
	display: none;
}
.intro p{
	color: rgb(55, 61, 63);
    font-size: 1.2rem;
    line-height: 1.25;
    margin: 0px 0px 1.8rem;
    max-width: 75.3rem;
    font-weight: 500;
    padding-left: 50px;
}
.intro_img{
	padding-right: 50px;
}
.intro a{
	display: block;
    font-weight: 600;
    padding: 0.8rem 1.6rem;
    font-size: 1.4rem;
    background-color: #3db5ef;
    color: rgb(255, 255, 255);
    border: 0.1rem solid #3db5ef;
    border-radius: 0.4rem;
    cursor: pointer;
    text-align: center;
    width: 70%;
    margin-left: 50px;
}
.trusted_companies{
	font-size: 1.5rem;
    color: rgb(52, 58, 64);
    line-height: 1.2;
    font-weight: 600;
    margin-bottom: 4.2rem;
    text-align: center;
    margin-top: 80px;
}
marquee{
	width: 100%;
	display: flex;
	flex-direction: row;
}
marquee img{
	width: 130px;
	margin-right: 80px;
	vertical-align: middle;
}
.about{
	background-color: rgb(249, 250, 252);
	text-align: center;
	padding: 20px 40px;
}
.about h1{
	/*padding-bottom: 2.1rem;*/
    font-size: 2.5rem;
    line-height: 1;
    color: rgb(52, 58, 64);
    font-weight: 600;
    /*margin: 0px;*/
    /*margin-top: 70px;*/
}
.about_container{
	/*text-align: center;*/
	display: flex;
	flex-direction: row;
	justify-content: space-around;
	width: 95%;
	margin: 0px 50px;
}
.about_container .infos{
	background-color: white;
	border-radius: 10px;
	padding: 20px 40px;
	/*width: 96%;*/
	margin-bottom: 10px;
}
.about_container .infos2{
	border: 1px solid #ccc;
	text-align: left;
}
/*.about_contact{
	display: flex;
	flex-direction: column;
}*/
.infos2 h3{
	display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
    text-align: left;
    margin-bottom: 2px;
    font-size: 22px;
    font-weight: bold;
	font-family: arial;
}
.about_container .infos2:hover{
	box-shadow: rgba(0, 0, 0, 0.25) 0px 0.3rem 0.6rem;
}
.about_container .infos2 div h4{
	/*margin-bottom: 1px;*/
	font-weight: bold;
}
ul{
	padding-left: 20px;
}
.about_container .infos2 div h5{
	margin-bottom: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 0.83em;
}
.about_container .infos2 div li{
	/*margin-bottom: 5px;*/
	font-size: 16px;
}
.about_container .infos h3{
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: flex-start;
	text-align: left;
	margin-bottom: 2px;
	font-size: 22px;
}
.about_container .infos div{
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}
.about_container .infos div p{
	text-align: left;
	font-size: 15px;
	line-height: 25px;
}
.about_container .infos div a{
	display: block;
    font-weight: 600;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-top: 30px;
    font-size: 1rem;
    background-color: #3db5ef;
    color: rgb(255, 255, 255);
    border: 0.1rem solid #3db5ef;
    border-radius: 0.4rem;
    cursor: pointer;
    text-align: center;
    width: 180px;
}
.apply_form p{
	color: red; 
}
.about_container .infos img{
	height: 20px;
	margin-right: 10px;
}
.about_container .about_img{
	width: 40%;
}
.about_container .about_img img{
	width: 96%;
}
#about2 h1{
	margin-bottom: 5px;
}
.history{
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: 100%;
	/*padding: 20px 10px;*/
	padding-top: 30px;
	padding-bottom: 30px;
	background: url(./images/bg-15.png) center center / 50% rgb(0, 124, 173);
}
.history h2{
	color: white;
	font-size: 2.5rem;
	padding-bottom: 5px;
}
.history p{
	color: white;
	padding: 0px 40px;
	line-height: 1.4rem;
	/*text-align: justify;*/
}
.history a{
	display: block;
    font-weight: 600;
    padding-top: 15px;
    padding-bottom: 15px;
    margin-top: 30px;
    font-size: 1rem;
    background-color: #3db5ef;
    color: rgb(255, 255, 255);
    border: 0.1rem solid #3db5ef;
    border-radius: 0.4rem;
    cursor: pointer;
    text-align: center;
    width: 35%;
}
.apply{
	background: url(./images/bg-login.jpg) right 0px / cover no-repeat;
    padding-bottom: 9.5rem;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    margin-top: 100px;
    padding-top: 20px;
}
.apply_form{
	width: 35%;
	padding: 2.2rem 3.1rem;
    margin: 1.2rem 1.2rem;
	border-radius: 0.4rem;
	box-shadow: rgba(0, 0, 0, 0.25) 0px 0.3rem 0.6rem;
    background-color: rgb(255, 255, 255);
}
.apply h2{
	color: rgb(0, 79, 109);
	text-align: center;
}
.apply_form form label{
	display: block;
	margin-bottom: 10px;
	font-size: 13px;
}
.apply_form form input{
	display: block;
	margin-bottom: 20px;
	width: 95%;
	border: 1px solid #ccc;
	padding: 15px 10px;
	border-radius: 3px;
	outline: none;
}

.apply_form form select{
	display: block;
	margin-bottom: 20px;
	width: 100%;
	border: 1px solid #ccc;
	padding: 15px 10px;
	border-radius: 3px;
	outline: none;
}
.apply_form .apply_btn{
	display: block;
    font-weight: 500;
    padding: 0.6rem 1.2rem;
    font-size: 1.1rem;
    background-color: #3db5ef;
    color: rgb(255, 255, 255);
    border: 0.1rem solid #3db5ef;
    border-radius: 0.4rem;
    cursor: pointer;
    text-align: center;
    width: 100%;
}
.apply_form .apply_btn:hover{
	opacity: 0.5;
}
.split_input{
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	width: 97%;
}
.split_input div{
	width: 47%;
}
footer{
	padding: 10px 50px;
	background-color: rgb(245, 245, 245);
}
.footer_info{
	display: flex;
	flex-direction: column;
}
.footer_info a{
	color: rgb(0, 0, 0);
	margin-bottom: 20px;
	font-size: 14px;
}
footer p{
	text-align: center;
	padding-bottom: 10px;
}

@media (max-width: 900px){
	.main_nav{
		justify-content: space-between;
		padding: 0px;
		box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
	}
	.main_nav .logo div{
		display: none;
	}
	.main_nav a{
		height: 60px;
		padding-right: 20px;
		font-size: 18px;
	}
	.main_nav img{
		height: 50px;
		padding-right: 10px;
	}
	.secondary_nav{
		display: none;
	}
	.secondary_nav a{
		padding-right: 10px;
		padding-left: 10px;
		font-size: 12px;
	}
	.cover{
		flex-direction: column;
		width: 100%;
		margin-top: 80px;
		justify-content: space-between;
		align-content: center;
		align-items: center;
	}
	.intro h1{
		padding-left: 0px;
		line-height: 2.9rem;
	}
	.intro{
		width: 90%;
		text-align: center;
		padding: 0px;
		align-items: center;
	}
	.intro_img{
		display: none;
	}
	.intro img{
		display: block;
		width: 80%;
		margin-top: 20px;
	}
	.intro a {
		margin-left: 0px; 
		font-size: 1.0rem;
	}
	.intro p {
		padding-left: 0px;
	}
	.trusted_companies{
		font-size: 1rem;
	}
	.about{
		padding: 15px;
	}
	.about_container{
		text-align: center;
		/*flex-direction: column;*/
		margin: 0px;
		width: 100%;
		align-content: center;
	}
	.about_container .infos{
		padding: 20px;
		/*width: 91%;*/
	}
	..history p{
		padding: 0px 30px;
	}
	.about_container .about_img{
		width: 80%;
	}
	.about_container .about_img img{
		width: 96%;
	}
	.history h2{
		padding-left: 15px;
		padding-right: 15px;
		font-size: 2rem;
		text-align: center;
	}
	.history a{
	    width: 80%;
	}
	.apply_form{
		width: 100%;
		padding: 1.2rem 2.1rem;
	    margin: 0.2rem 0.2rem;
	}
	.apply{
		background: none;
		padding-bottom: 1.0rem;
		margin-top: 80px;
	}
	footer{
		padding: 10px 30px;
		background-color: rgb(245, 245, 245);
	}
}
